home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / misc / fbl31.lzh / fbl.DOC < prev   
Text File  |  1993-04-13  |  2KB  |  54 lines

  1.  
  2.        ========================================================
  3.                          fbl - fASTERblIT 3.1
  4.        ========================================================
  5.                     Copyright (C) 1993 Arthur Hagen
  6.                           All rights reserved
  7.        --------------------------------------------------------
  8.        FreeWare - no payments or charges may be made whatsoever
  9.        --------------------------------------------------------
  10.         (This means that PD vendors and pay-boards should keep
  11.        their hands off this product - no compilation disks with
  12.        this program on may be distributed for charge, either.)
  13.        ========================================================
  14.  
  15.  
  16. This tiny program will speed up blitter processes just like FastBlit,
  17. for any Amiga, but with a few additional bonuses:
  18. With KickStart 39.xx or lower, the WaitBlit routine used by the system
  19. will be replaced by a routine that doesn't slow down the blitter that
  20. much while busy-looping.
  21. With KickStart 37.xxx, the WaitTOF, WritePixel, ClearEOL, ClearScreen,
  22. SetAPen, SetBPen and SetDrMd routines will also be replaced with more
  23. optimised routines.
  24.  
  25. Should work for ALL Amiga's, except for the earliest A1000 model
  26. computers (which lack the ExtraHalfBrite modus and suffers from a bug
  27. in the Agnus chip).
  28. Among things that should be notacibly faster with fbl installed is
  29. menu browsing, WB updating, text scrolling and benchmark programs that
  30. tests the gfx capabilities (like AIBB).  And if you have problems with
  31. "snow" when using the A2091 controller with full SCSI DMA, fbl might
  32. help quite a bit.
  33. To use this program, run it from CLI, or just add it to your startup-
  34. sequence or user-startup.
  35.  
  36. Caveat:  If your system runs on chip-mem and/or slow-mem only, fbl
  37. *can* be dangerous to use, since the blitter then will have full
  38. priority over the CPU, and when showing screens with high resolution
  39. and/or many colors, the CPU can be prevented from memory access for
  40. too long, and interrupts can crash.  If you still want to run fbl, use
  41. the keyword "SLOW", i.e.  "fbl SLOW" (case sensitive).  This will just
  42. install the graphics.library patches, but not turn on the blitter
  43. priority.
  44.  
  45. Changes since last version (3.0):
  46. Fixed incorrect APen/BPen with more than 4 colors (made funny effect
  47. on the wb screen).
  48.  
  49. This little thingy is ofcourse FreeWare, but if you REALLY like it,
  50. you can send me your sister as payment.
  51.  
  52. Enjoy,
  53. *Art
  54.